Skip to content

Conversation

@Perlence
Copy link
Contributor

@Perlence Perlence commented Apr 28, 2025

The live_server fixture requires transactional_db, but it does so at runtime, i.e. after the pytest_collection_modifyitems() hook is called. For this reason, the test that depends on live_server was originally sent to the last test group.

The `live_server` fixture requires `transactional_db`, but it does so at
runtime, i.e., after the `pytest_collection_modifyitems()` hook is
called.
Copy link
Member

@bluetech bluetech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think this is correct.

@bluetech bluetech merged commit f19da08 into pytest-dev:main Jan 18, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants